[ create a new paste ] login | about

Link: http://codepad.org/jqY4xwbA    [ raw code | output | fork ]

Lua, pasted on Apr 18:
1
2
3
4
5
6
7
8
9
10
11
test = {}

test["순규"] = "소시"

if test["순규"] == "카라" then
  print("아.. 앙ㅇ대!!!")
elseif test["순규"] == "소시" then
  print("써니 귀여워 죽여버릴테다!!!")
else
  print("순규따위 췟 ㅋ")
end


Output:
1
써니 귀여워 죽여버릴테다!!!


Create a new paste based on this one


Comments: